Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource messages should be identified by the 'path' field #98

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

rambleraptor
Copy link
Member

Fixes #92

We should identify resource messages by the "path" field, not the "name" field.

@rambleraptor rambleraptor changed the title fixing 92 by using path field Resource messages should be identified by the 'path' field Nov 2, 2024
Copy link
Member

@toumorokoshi toumorokoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

FWIW this may also end up with false positives - I was going to say that we could use the RPC match for starting with Create|Update|Delete|List, and finding the resource from there to determine if it's a resource or not would be more robust. But maybe as a long-term follow-up!

@rambleraptor rambleraptor merged commit c2ec184 into aep-dev:main Nov 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

non-resource message flagged as a resource, requiring annotation
2 participants